|
|
|
|
Width Property, RowHeadersClass Class |
Defines the width of the row header area.
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Width As Integer |
C# |
public int Width { get; set; } |
C++ |
public: property int Width { |
Property Value
The width in pixels or 0 to hide the row header area.
The default value is 50.
Comments
The Width property defines the width of the row header area.
The RowHeaders.GetOptimalWidth or RowHeaders.MakeOptimal methods can be used to calculate or define the optimal width for the row headers. An optimal width allows all cell contents in the row headers to be displayed in their entirety, without being clipped.